home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Armed Forces Navy Canada Demo Disc
/
CF_FC.bin
/
pc
/
07_Contact_FR.swf
/
scripts
/
DefineButton2_123
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2008-06-18
|
242b
|
11 lines
on(release){
if(System.capabilities.playerType == "StandAlone")
{
loadMovieNum("08_Quit_FR.swf",1,"GET");
}
else if(System.capabilities.playerType == "ActiveX")
{
getUrl("quit_FR.html", "_parent");
}
}